.color-01005e{color: #01005e;}
.color-666{color: #666;}
.color-333{color: #333;}
.color-222{color: #222;}
.color-999{color: #999;}
.color-000{color:#000!important}
.color-fff{color:#fff!important}
.color-44480{color: #44444480;}
.color-f10b0b{color: #f10b0b;}
.color-f08000{color: #f08000;}
.color-657aac{color: #657aac;}
.color-1a1f72{color: #1a1f72;}
.color-0c81d4{color: #0c81d4;}
.color-a9a9a9{color: #a9a9a9;}

.bg-eff5f7{background:#eff5f7;}
.bg-01005e{background:#01005e;}
.bg-ecf5ff{background:#ecf5ff;}
.bg-002261{background: #002261;}
.bg-23257a{background: #23257a;}
.bg-f7f7f7{background: #f7f7f7;}
.bg-f5fdff{background: #f5fdff;}
.bg-ccc{background: #ccc;}
.bg-fff{background:#fff!important}
.bg-000{background:#000!important}

.border-bottom-50538e{border-bottom: 4px solid #50538e;}
.border-left-f08000{border-left: 6px solid #f08000;}
.border-bottom-dbdbdb{border-bottom: 1px dashed #dbdbdb;}
.border-bottom-ccc{border-bottom: 1px dashed #ccc;}
.border-bottom-adadad{border-bottom: 1px solid #adadad;}
.border-bottom-e6e6e6{border-bottom:  solid #e6e6e6;}
.border-top-e6e6e6{border-top:  solid #e6e6e6;}



.flex{display:flex}
.none{display:none}
.block{display:block}
.inline-block{display:inline-block}
.flex-column{flex-direction:column}
.justify-start{justify-content:flex-start}
.justify-end{justify-content:flex-end}
.justify-between{justify-content:space-between}
.justify-around{justify-content:space-around}
.justify-center{justify-content:center}
.align-center{align-items:center}
.align-end{align-items:flex-end}
.align-start{align-items:flex-start}
.align-stretch{align-items:stretch}